Encapsulates the object that represents a chart's axis. More...
Inherits Aspose::Slides::DomObject< System::SharedPtr< Aspose::Slides::Charts::AxesManager > >, and Aspose::Slides::Charts::IAxis.
Public Member Functions | |
System::SharedPtr< IChart > | get_Chart () override |
Returns the parent chart. Read-only IChart. More... | |
bool | get_AxisBetweenCategories () override |
Represents if the value axis crosses the category axis between categories. This property applies only to category axes, and it doesn't apply to 3-D charts. Read bool. More... | |
void | set_AxisBetweenCategories (bool value) override |
Represents if the value axis crosses the category axis between categories. This property applies only to category axes, and it doesn't apply to 3-D charts. Write bool. More... | |
Aspose::Slides::Charts::CategoryAxisType | get_CategoryAxisType () override |
Specifies the type of the category axis. Read Charts::CategoryAxisType. More... | |
void | set_CategoryAxisType (Aspose::Slides::Charts::CategoryAxisType value) override |
Specifies the type of the category axis. Write Charts::CategoryAxisType. More... | |
float | get_CrossAt () override |
Represents the point on the axis where the perpendicular axis crosses it. Read float. More... | |
void | set_CrossAt (float value) override |
Represents the point on the axis where the perpendicular axis crosses it. Write float. More... | |
DisplayUnitType | get_DisplayUnit () override |
Specifies the scaling value of the display units for the value axis. Read DisplayUnitType. More... | |
void | set_DisplayUnit (DisplayUnitType value) override |
Specifies the scaling value of the display units for the value axis. Write DisplayUnitType. More... | |
double | get_ActualMaxValue () override |
Specifies actual maximum value on the axis. Call method IChart::ValidateChartLayout previously to get actual value. More... | |
double | get_ActualMinValue () override |
Specifies actual minimum value on the axis. Call method IChart::ValidateChartLayout previously to get actual value. More... | |
double | get_ActualMajorUnit () override |
Specifies actual major unit of the axis. Call method IChart::ValidateChartLayout previously to get actual value. More... | |
double | get_ActualMinorUnit () override |
Specifies actual minor unit of the axis. Call method IChart::ValidateChartLayout previously to get actual value. More... | |
TimeUnitType | get_ActualMajorUnitScale () override |
Specifies actual major unit scale of the axis. Call method IChart::ValidateChartLayout previously to get actual value. More... | |
TimeUnitType | get_ActualMinorUnitScale () override |
Specifies actual minor unit scale of the axis. Call method IChart::ValidateChartLayout previously to get actual value. More... | |
bool | get_IsAutomaticMaxValue () override |
Indicates whether the max value is automatically assigned. Read bool. More... | |
void | set_IsAutomaticMaxValue (bool value) override |
Indicates whether the max value is automatically assigned. Write bool. More... | |
double | get_MaxValue () override |
Represents the maximum value on the value axis. Read double. More... | |
void | set_MaxValue (double value) override |
Represents the maximum value on the value axis. Write double. More... | |
double | get_MinorUnit () override |
Represents the minor units for the date or value axis. Read double. More... | |
void | set_MinorUnit (double value) override |
Represents the minor units for the date or value axis. Write double. More... | |
bool | get_IsAutomaticMinorUnit () override |
Indicates whether the minor unit of the axis is automatically assigned. Read bool. More... | |
void | set_IsAutomaticMinorUnit (bool value) override |
Indicates whether the minor unit of the axis is automatically assigned. Write bool. More... | |
double | get_MajorUnit () override |
Represents the major units for the date or value axis. Read double. More... | |
void | set_MajorUnit (double value) override |
Represents the major units for the date or value axis. Write double. More... | |
bool | get_IsAutomaticMajorUnit () override |
Indicates whether the major unit of the axis is automatically assigned. Read bool. More... | |
void | set_IsAutomaticMajorUnit (bool value) override |
Indicates whether the major unit of the axis is automatically assigned. Write bool. More... | |
bool | get_IsAutomaticMinValue () override |
Indicates whether the min value is automatically assigned. Read bool. More... | |
void | set_IsAutomaticMinValue (bool value) override |
Indicates whether the min value is automatically assigned. Write bool. More... | |
double | get_MinValue () override |
Represents the minimum value on the value axis. Read double. More... | |
void | set_MinValue (double value) override |
Represents the minimum value on the value axis. Write double. More... | |
bool | get_IsLogarithmic () override |
Represents if the value axis scale type is logarithmic or not. Read bool. More... | |
void | set_IsLogarithmic (bool value) override |
Represents if the value axis scale type is logarithmic or not. Write bool. More... | |
double | get_LogBase () override |
Represents the logarithmic base. Default value is 10. Read double. More... | |
void | set_LogBase (double value) override |
Represents the logarithmic base. Default value is 10. Write double. More... | |
bool | get_IsPlotOrderReversed () override |
Represents if MS PowerPoint plots data points from last to first. Read bool. More... | |
void | set_IsPlotOrderReversed (bool value) override |
Represents if MS PowerPoint plots data points from last to first. Write bool. More... | |
bool | get_IsVisible () override |
Represents if the axis is visible. Read bool. More... | |
void | set_IsVisible (bool value) override |
Represents if the axis is visible. Write bool. More... | |
TickMarkType | get_MajorTickMark () override |
Represents the type of major tick mark for the specified axis. Read TickMarkType. More... | |
void | set_MajorTickMark (TickMarkType value) override |
Represents the type of major tick mark for the specified axis. Write TickMarkType. More... | |
TickMarkType | get_MinorTickMark () override |
Represents the type of minor tick mark for the specified axis. Read TickMarkType. More... | |
void | set_MinorTickMark (TickMarkType value) override |
Represents the type of minor tick mark for the specified axis. Write TickMarkType. More... | |
TickLabelPositionType | get_TickLabelPosition () override |
Represents the position of tick-mark labels on the specified axis. Read TickLabelPositionType. More... | |
void | set_TickLabelPosition (TickLabelPositionType value) override |
Represents the position of tick-mark labels on the specified axis. Write TickLabelPositionType. More... | |
TimeUnitType | get_MajorUnitScale () override |
Represents the major unit scale for the date axis. Read TimeUnitType. More... | |
void | set_MajorUnitScale (TimeUnitType value) override |
Represents the major unit scale for the date axis. Write TimeUnitType. More... | |
TimeUnitType | get_MinorUnitScale () override |
Represents the major unit scale for the date axis. Read TimeUnitType. More... | |
void | set_MinorUnitScale (TimeUnitType value) override |
Represents the major unit scale for the date axis. Write TimeUnitType. More... | |
TimeUnitType | get_BaseUnitScale () override |
Specifies the smallest time unit that is represented on the date axis. Read TimeUnitType. More... | |
void | set_BaseUnitScale (TimeUnitType value) override |
Specifies the smallest time unit that is represented on the date axis. Write TimeUnitType. More... | |
System::SharedPtr< IChartLinesFormat > | get_MinorGridLinesFormat () override |
Represents minor gridlines format on a chart axis. Read-only IChartLinesFormat. More... | |
System::SharedPtr< IChartLinesFormat > | get_MajorGridLinesFormat () override |
Represents major gridlines format on a chart axis. Read-only IChartLinesFormat. More... | |
bool | get_ShowMinorGridLines () override |
To hide minor gridline set get_MinorGridLinesFormat()->get_Line()->get_FillFormat()->get(set)_FillType() to FillType::NoFill. Read-only bool. More... | |
bool | get_ShowMajorGridLines () override |
To hide major gridline set get_MajorGridLinesFormat()->get_Line()->get_FillFormat()->get(set)_FillType() to FillType::NoFill. Read-only bool. More... | |
System::SharedPtr< IAxisFormat > | get_Format () override |
Represents format of axis. Read-only IAxisFormat. More... | |
System::SharedPtr< IChartTextFormat > | get_TextFormat () override |
Represents format of text. Read-only IChartTextFormat. More... | |
System::SharedPtr< IChartTitle > | get_Title () override |
Gets the axis' title. Read-only IChartTitle. More... | |
CrossesType | get_CrossType () override |
Represents the CrossType on the specified axis where the other axis crosses. Read CrossesType. More... | |
void | set_CrossType (CrossesType value) override |
Represents the CrossType on the specified axis where the other axis crosses. Write CrossesType. More... | |
AxisPositionType | get_Position () override |
Represents position of axis. Read AxisPositionType. More... | |
void | set_Position (AxisPositionType value) override |
Represents position of axis. Write AxisPositionType. More... | |
bool | get_HasTitle () override |
Determines whether a axis has a visible title. Read bool. More... | |
void | set_HasTitle (bool value) override |
Determines whether a axis has a visible title. Write bool. More... | |
System::String | get_NumberFormat () override |
Represents the format string for the Axis Labels. Read System::String. More... | |
void | set_NumberFormat (System::String value) override |
Represents the format string for the Axis Labels. Write System::String. More... | |
bool | get_IsNumberFormatLinkedToSource () override |
Indicates whether the format is linked source data. Read bool. More... | |
void | set_IsNumberFormatLinkedToSource (bool value) override |
Indicates whether the format is linked source data. Write bool. More... | |
float | get_TickLabelRotationAngle () override |
Represents the rotation angle of tick labels. Read float. More... | |
void | set_TickLabelRotationAngle (float value) override |
Represents the rotation angle of tick labels. Write float. More... | |
uint32_t | get_TickLabelSpacing () override |
Specifies how many tick labels to skip between label that is drawn. Applied to category or series axis. Read uint32_t. More... | |
void | set_TickLabelSpacing (uint32_t value) override |
Specifies how many tick labels to skip between label that is drawn. Applied to category or series axis. Write uint32_t. More... | |
bool | get_IsAutomaticTickLabelSpacing () override |
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property. Read bool. More... | |
void | set_IsAutomaticTickLabelSpacing (bool value) override |
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property. Write bool. More... | |
uint32_t | get_TickMarksSpacing () override |
Specifies how many tick marks shall be skipped before the next one shall be drawn. Applied to category or series axis. Read uint16_t. More... | |
void | set_TickMarksSpacing (uint32_t value) override |
Specifies how many tick marks shall be skipped before the next one shall be drawn. Applied to category or series axis. Write uint16_t. More... | |
bool | get_IsAutomaticTickMarksSpacing () override |
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property. Read bool. More... | |
void | set_IsAutomaticTickMarksSpacing (bool value) override |
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property. Write bool. More... | |
uint16_t | get_LabelOffset () override |
Specifies the distance of labels from the axis. Applied to category or date axis. Value must be between 0% and 1000%. Read uint16_t. More... | |
void | set_LabelOffset (uint16_t value) override |
Specifies the distance of labels from the axis. Applied to category or date axis. Value must be between 0% and 1000%. Write uint16_t. More... | |
AxisAggregationType | get_AggregationType () override |
Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only. More... | |
void | set_AggregationType (AxisAggregationType value) override |
Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only. More... | |
double | get_BinWidth () override |
Specifies bin width when AggregationType property value setted to AxisAggregationType::ByBinWidth. Applied to category axes. Used with Histogram or HistogramPareto series only. More... | |
void | set_BinWidth (double value) override |
Specifies bin width when AggregationType property value setted to AxisAggregationType::ByBinWidth. Applied to category axes. Used with Histogram or HistogramPareto series only. More... | |
uint32_t | get_NumberOfBins () override |
Specifies number of bins when AggregationType property value setted to AxisAggregationType::ByNumberOfBins. Applied to category axes. Used with Histogram or HistogramPareto series only. More... | |
void | set_NumberOfBins (uint32_t value) override |
Specifies number of bins when AggregationType property value setted to AxisAggregationType::ByNumberOfBins. Applied to category axes. Used with Histogram or HistogramPareto series only. More... | |
bool | get_IsOverflowBin () override |
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value. More... | |
void | set_IsOverflowBin (bool value) override |
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value. More... | |
bool | get_IsAutomaticOverflowBin () override |
Specifies automatic overflow bin value. If false: use OverflowBin property. More... | |
void | set_IsAutomaticOverflowBin (bool value) override |
Specifies automatic overflow bin value. If false: use OverflowBin property. More... | |
double | get_OverflowBin () override |
Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true. More... | |
void | set_OverflowBin (double value) override |
Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true. More... | |
bool | get_IsUnderflowBin () override |
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value. More... | |
void | set_IsUnderflowBin (bool value) override |
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value. More... | |
bool | get_IsAutomaticUnderflowBin () override |
Specifies automatic underflow bin value. If false: use UnderflowBin property. More... | |
void | set_IsAutomaticUnderflowBin (bool value) override |
Specifies automatic underflow bin value. If false: use UnderflowBin property. More... | |
double | get_UnderflowBin () override |
Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true. More... | |
void | set_UnderflowBin (double value) override |
Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true. More... | |
void | SetCategoryAxisTypeAutomatically () override |
Sets IAxis::get(set)_CategoryAxisType property with a value that is automatically determined based on axis data. More... | |
void | SetTemplateWeakPtr (uint32_t argument) override |
Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More... | |
![]() | |
void | SetTemplateWeakPtr (uint32_t argument) override |
Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More... | |
![]() | |
Object () | |
Creates object. Initializes all internal data structures. More... | |
virtual | ~Object () |
Destroys object. Frees all internal data structures. More... | |
Object (Object const &x) | |
Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More... | |
Object & | operator= (Object const &x) |
Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More... | |
Object * | SharedRefAdded () |
Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
int | SharedRefRemovedSafe () |
Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
int | RemovedSharedRefs (int count) |
Decreases shared reference count by specified value. More... | |
Detail::SmartPtrCounter * | WeakRefAdded () |
Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
void | WeakRefRemoved () |
Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More... | |
Detail::SmartPtrCounter * | GetCounter () |
Gets reference counter data structure associated with the object. More... | |
int | SharedCount () const |
Gets current value of shared reference counter. More... | |
void | Lock () |
Implements C# lock() statement locking. Call directly or use LockContext sentry object. More... | |
void | Unlock () |
Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More... | |
virtual bool | Equals (ptr obj) |
Compares objects using C# Object.Equals semantics. More... | |
virtual int32_t | GetHashCode () const |
Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More... | |
virtual String | ToString () const |
Analog of C# Object.ToString() method. Enables converting custom objects to string. More... | |
virtual ptr | MemberwiseClone () const |
Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More... | |
virtual const TypeInfo & | GetType () const |
Gets actual type of object. Analog of C# System.Object.GetType() call. More... | |
virtual bool | Is (const TypeInfo &targetType) const |
Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More... | |
virtual bool | FastCast (const Details::FastRttiBase &helper, void **out_ptr) const |
For internal purposes only. More... | |
template<> | |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
Specialization of Object::ReferenceEquals for case of string and nullptr. More... | |
template<> | |
bool | ReferenceEquals (String const &str1, String const &str2) |
Specialization of Object::ReferenceEquals for case of strings. More... | |
Protected Member Functions | |
virtual | ~Axis () |
Additional Inherited Members | |
![]() | |
typedef SmartPtr< Object > | ptr |
Alias for smart pointer type. More... | |
![]() | |
static bool | ReferenceEquals (ptr const &objA, ptr const &objB) |
Compares objects by reference. More... | |
template<typename T > | |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, T const &objB) |
Compares objects by reference. More... | |
template<typename T > | |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, std::nullptr_t) |
Reference-compares value type object with nullptr. More... | |
template<typename T1 , typename T2 > | |
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
Compares reference type objects in C# style. More... | |
template<typename T1 , typename T2 > | |
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
Compares value type objects in C# style. More... | |
static const TypeInfo & | Type () |
Implements C# typeof(System.Object) construct. More... | |
template<> | |
bool | Equals (float const &objA, float const &objB) |
Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More... | |
template<> | |
bool | Equals (double const &objA, double const &objB) |
Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More... | |
Encapsulates the object that represents a chart's axis.
|
protectedvirtual |
|
overridevirtual |
Specifies actual major unit of the axis. Call method IChart::ValidateChartLayout previously to get actual value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies actual major unit scale of the axis. Call method IChart::ValidateChartLayout previously to get actual value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies actual maximum value on the axis. Call method IChart::ValidateChartLayout previously to get actual value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies actual minor unit of the axis. Call method IChart::ValidateChartLayout previously to get actual value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies actual minor unit scale of the axis. Call method IChart::ValidateChartLayout previously to get actual value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies actual minimum value on the axis. Call method IChart::ValidateChartLayout previously to get actual value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if the value axis crosses the category axis between categories. This property applies only to category axes, and it doesn't apply to 3-D charts. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the smallest time unit that is represented on the date axis. Read TimeUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies bin width when AggregationType property value setted to AxisAggregationType::ByBinWidth. Applied to category axes. Used with Histogram or HistogramPareto series only.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the type of the category axis. Read Charts::CategoryAxisType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Returns the parent chart. Read-only IChart.
Implements Aspose::Slides::Charts::IChartComponent.
|
overridevirtual |
Represents the point on the axis where the perpendicular axis crosses it. Read float.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the CrossType on the specified axis where the other axis crosses. Read CrossesType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the scaling value of the display units for the value axis. Read DisplayUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents format of axis. Read-only IAxisFormat.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Determines whether a axis has a visible title. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the major unit of the axis is automatically assigned. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the max value is automatically assigned. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the minor unit of the axis is automatically assigned. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the min value is automatically assigned. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic overflow bin value. If false: use OverflowBin property.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic underflow bin value. If false: use UnderflowBin property.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if the value axis scale type is logarithmic or not. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the format is linked source data. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if MS PowerPoint plots data points from last to first. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if the axis is visible. Read bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the distance of labels from the axis. Applied to category or date axis. Value must be between 0% and 1000%. Read uint16_t.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the logarithmic base. Default value is 10. Read double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents major gridlines format on a chart axis. Read-only IChartLinesFormat.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the type of major tick mark for the specified axis. Read TickMarkType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the major units for the date or value axis. Read double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the major unit scale for the date axis. Read TimeUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the maximum value on the value axis. Read double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents minor gridlines format on a chart axis. Read-only IChartLinesFormat.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the type of minor tick mark for the specified axis. Read TickMarkType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the minor units for the date or value axis. Read double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the major unit scale for the date axis. Read TimeUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the minimum value on the value axis. Read double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the format string for the Axis Labels. Read System::String.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies number of bins when AggregationType property value setted to AxisAggregationType::ByNumberOfBins. Applied to category axes. Used with Histogram or HistogramPareto series only.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents position of axis. Read AxisPositionType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
To hide major gridline set get_MajorGridLinesFormat()->get_Line()->get_FillFormat()->get(set)_FillType() to FillType::NoFill. Read-only bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
To hide minor gridline set get_MinorGridLinesFormat()->get_Line()->get_FillFormat()->get(set)_FillType() to FillType::NoFill. Read-only bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents format of text. Read-only IChartTextFormat.
Implements Aspose::Slides::Charts::IFormattedTextContainer.
|
overridevirtual |
Represents the position of tick-mark labels on the specified axis. Read TickLabelPositionType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the rotation angle of tick labels. Read float.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies how many tick labels to skip between label that is drawn. Applied to category or series axis. Read uint32_t.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies how many tick marks shall be skipped before the next one shall be drawn. Applied to category or series axis. Read uint16_t.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Gets the axis' title. Read-only IChartTitle.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents aggregation type of category axis (binning). Applied to category. Used with Histogram or HistogramPareto series only.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if the value axis crosses the category axis between categories. This property applies only to category axes, and it doesn't apply to 3-D charts. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the smallest time unit that is represented on the date axis. Write TimeUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies bin width when AggregationType property value setted to AxisAggregationType::ByBinWidth. Applied to category axes. Used with Histogram or HistogramPareto series only.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the type of the category axis. Write Charts::CategoryAxisType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the point on the axis where the perpendicular axis crosses it. Write float.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the CrossType on the specified axis where the other axis crosses. Write CrossesType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the scaling value of the display units for the value axis. Write DisplayUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Determines whether a axis has a visible title. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the major unit of the axis is automatically assigned. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the max value is automatically assigned. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the minor unit of the axis is automatically assigned. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the min value is automatically assigned. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic overflow bin value. If false: use OverflowBin property.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic tick marks spacing value. If false: use TickMarksSpacing property. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies automatic underflow bin value. If false: use UnderflowBin property.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if the value axis scale type is logarithmic or not. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Indicates whether the format is linked source data. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies if overflow bin applied. Use IsAutomaticOverflowBin and OverflowBin to adjust overflow bin value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if MS PowerPoint plots data points from last to first. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents if the axis is visible. Write bool.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies the distance of labels from the axis. Applied to category or date axis. Value must be between 0% and 1000%. Write uint16_t.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the logarithmic base. Default value is 10. Write double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the type of major tick mark for the specified axis. Write TickMarkType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the major units for the date or value axis. Write double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the major unit scale for the date axis. Write TimeUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the maximum value on the value axis. Write double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the type of minor tick mark for the specified axis. Write TickMarkType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the minor units for the date or value axis. Write double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the major unit scale for the date axis. Write TimeUnitType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the minimum value on the value axis. Write double.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the format string for the Axis Labels. Write System::String.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies number of bins when AggregationType property value setted to AxisAggregationType::ByNumberOfBins. Applied to category axes. Used with Histogram or HistogramPareto series only.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies overflow bin custom value. Applied when IsAutomaticOverflowBin property setted to false and IsOverflowBin property equals true.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents position of axis. Write AxisPositionType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the position of tick-mark labels on the specified axis. Write TickLabelPositionType.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Represents the rotation angle of tick labels. Write float.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies how many tick labels to skip between label that is drawn. Applied to category or series axis. Write uint32_t.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies how many tick marks shall be skipped before the next one shall be drawn. Applied to category or series axis. Write uint16_t.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Specifies underflow bin custom value. Applied when IsAutomaticUnderflowBin property setted to false and IsUnderflowBin property equals true.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Sets IAxis::get(set)_CategoryAxisType property with a value that is automatically determined based on axis data.
Implements Aspose::Slides::Charts::IAxis.
|
overridevirtual |
Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.
argument | Index of template argument to treat as weak poiner. |
Reimplemented from System::Object.